home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import javax.swing.event.CellEditorListener;
- import javax.swing.event.ChangeEvent;
-
- public class BasicTreeUI$CellEditorHandler implements CellEditorListener {
- // $FF: synthetic field
- private final BasicTreeUI this$0;
-
- public BasicTreeUI$CellEditorHandler(BasicTreeUI var1) {
- this.this$0 = var1;
- }
-
- public void editingCanceled(ChangeEvent var1) {
- this.this$0.completeEditing(false, false, false);
- }
-
- public void editingStopped(ChangeEvent var1) {
- this.this$0.completeEditing(false, false, true);
- }
- }
-